Global Index
HTML5 JS API Index > Browser Tutorials & Specs

MimeType

Properties
DOMString
description
The description and filename attributes must return user-agent-defined (or, in all likelihood, plugin-defined) strings. In each case, the same string must be returned each time, except that the strings returned may change when the PluginArray.refresh() method updates the object.
Plugin
enabledPlugin
The enabledPlugin attribute must return the Plugin object that represents the plugin that explicitly supported the MIME type that this MimeType object represents when this object was last created or updated by PluginArray.refresh(), whichever happened most recently.
DOMString
suffixes
The description and suffixes attributes must return user-agent-defined (or, in all likelihood, plugin-defined) strings. In each case, the same string must be returned each time, except that the strings returned may change when the PluginArray.refresh() method updates the object.
DOMString
type
The type attribute must return the valid MIME type with no parameters describing the MIME type.
Referenced by
MimeTypeArraynamedItem(...)
PluginnamedItem(...)